/* ==========================================================================
   SHUCHIT INFOTEK - STANDALONE ALGORITHM RECOVERY DESIGN ENGINE (CARD 16 ONLY)
   ========================================================================== */

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #fdfefe;
    margin: 0; padding: 0;
}

/* Main Layout Engine */
.blog-inner-container {
    background-color: #ffffff;
    padding: 5rem 24px 8rem 24px;
    display: flex; justify-content: center;
}

.inner-blog-width {
    width: 100%; max-width: 820px;
}

/* Listing Card UI Components */
.shuchit-blog-card {
    background: #ffffff; border-radius: 24px; border: 1px solid #e2e8f0;
    overflow: hidden; width: 100%; max-width: 440px;
    box-shadow: 0 10px 30px rgba(3, 7, 18, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.shuchit-blog-card:hover {
    transform: translateY(-6px); box-shadow: 0 20px 40px rgba(3, 7, 18, 0.06);
}

.card-media-box {
    width: 100%; height: 260px; overflow: hidden; background-color: #f1f5f9;
}

.card-media-box img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}

.card-body-content {
    padding: 2rem 1.8rem; text-align: left;
}

.card-badge-pill {
    padding: 6px 16px; border-radius: 100px; font-size: 0.85rem; font-weight: 600; display: inline-block; margin-bottom: 1.25rem;
}

.card-main-heading {
    font-size: 1.6rem; color: #030712; font-weight: 700; line-height: 1.35; margin: 0 0 1rem 0; letter-spacing: -0.01em;
}

.card-brief-snippet {
    font-size: 1.05rem; color: #64748b; line-height: 1.6; margin: 0 0 1.8rem 0 !important;
}

.card-action-footer .card-read-link {
    display: inline-flex; align-items: center; gap: 0.5rem; font-size: 1.1rem; color: #030712; text-decoration: none; transition: all 0.2s ease;
}

.card-action-footer .card-read-link:hover { color: #2954ff; }

/* Inner Page Premium Layout Elements */
.premium-hero-banner {
    width: 100%; border-radius: 24px; overflow: hidden; margin-bottom: 3.5rem;
    box-shadow: 0 25px 60px rgba(3, 7, 18, 0.08); border: 1px solid rgba(241, 245, 249, 0.8);
}

.premium-hero-banner img {
    width: 100%; height: auto; display: block; object-fit: cover;
}

.premium-pill-tag {
    background: rgba(41, 84, 255, 0.06); color: #2954ff; padding: 8px 20px; border-radius: 100px;
    font-size: 0.85rem; font-weight: 700; display: inline-block; margin-bottom: 1.5rem; border: 1px solid rgba(41, 84, 255, 0.15);
}

.premium-main-title {
    font-size: 3.2rem; color: #030712; font-weight: 700; line-height: 1.25; margin: 0 0 1.5rem 0; letter-spacing: -0.02em;
}

.premium-meta-panel {
    display: flex; flex-wrap: wrap; gap: 2rem; color: #64748b; font-size: 0.95rem; margin-bottom: 4rem; border-bottom: 1px solid #f1f5f9; padding-bottom: 1.8rem;
}

.premium-meta-panel span {
    display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 500;
}

.text-blue { color: #2954ff !important; }

/* Editorial Text Styles */
.premium-article-body {
    font-size: 1.15rem; line-height: 1.95; color: #334155;
}

.premium-article-body p { margin-bottom: 2.2rem; }

.premium-article-body .premium-lead-paragraph {
    font-size: 1.35rem; color: #030712; font-weight: 500; line-height: 1.85; margin-bottom: 3rem;
}

.premium-article-body h2 {
    font-size: 2.1rem; color: #030712; font-weight: 700; margin: 4.5rem 0 1.5rem 0; letter-spacing: -0.015em;
}

/* Callout Metrics Grid Components */
.internal-metrics-grid {
    display: block; margin: 3.5rem 0;
}

.metric-card {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 2rem; margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(3, 7, 18, 0.02);
}

.m-icon {
    width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1.25rem;
}

.icon-blue { background: #eff6ff; color: #2954ff; }
.icon-green { background: #f0fdf4; color: #16a34a; }

.metric-card h4 {
    margin: 0 0 0.5rem 0; font-size: 1.3rem; color: #030712; font-weight: 700;
}

.metric-card p {
    margin: 0 0 1.25rem 0 !important; font-size: 1rem; color: #475569; line-height: 1.5;
}

.m-stat {
    display: inline-block; font-size: 0.85rem; font-weight: 700; color: #030712; background: #f1f5f9; padding: 4px 10px; border-radius: 6px;
}

/* Corporate Blue Quote Border Override */
.premium-quote-card {
    position: relative; background-color: #f8fafc; border-left: 5px solid #2954ff; padding: 2.5rem 3rem; margin: 4rem 0; border-radius: 0 20px 20px 0;
}

.premium-quote-card p {
    margin: 0; font-style: italic; color: #030712; font-weight: 500; font-size: 1.25rem; line-height: 1.7;
}

.quote-icon {
    position: absolute; top: 1rem; left: 1rem; font-size: 3rem; color: rgba(41, 84, 255, 0.04);
}

/* Checklist Layout Systems */
.premium-checklist-box {
    list-style: none; padding: 0; margin: 3rem 0;
}

.premium-checklist-box li {
    position: relative; padding-left: 2.5rem; margin-bottom: 1.8rem; font-size: 1.1rem; line-height: 1.7; color: #334155;
}

.bullet-icon {
    position: absolute; left: 0; top: 4px; font-size: 1.4rem; color: #2954ff;
}

/* Full-Bleed Dark Conversion Layout Box */
.premium-cta-card {
    position: relative; background: linear-gradient(135deg, #0b0f19 0%, #151d30 100%); border-radius: 24px; padding: 4.5rem 4rem; color: #ffffff; margin-top: 6rem; overflow: hidden; box-shadow: 0 30px 60px rgba(3, 7, 18, 0.16); border: 1px solid rgba(255, 255, 255, 0.03);
}

.premium-cta-card h3 {
    color: #ffffff; margin: 0 0 1rem 0; font-size: 2.2rem; font-weight: 700; line-height: 1.3;
}

.premium-cta-card p {
    color: #94a3b8; font-size: 1.15rem; margin-bottom: 2.5rem; line-height: 1.7;
}

.premium-action-btn {
    display: inline-flex !important; align-items: center; gap: 0.85rem; font-weight: 600; padding: 16px 36px !important;
}

/* Integrated Footer Bottom Styling Rules */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-container p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #2954ff !important;
}

/* Responsive Structural Adaptive Queries */
@media (max-width: 768px) {
    .premium-main-title { font-size: 2.3rem; }
    .premium-cta-card { padding: 3rem 2rem; }
    .premium-cta-card h3 { font-size: 1.75rem; }
    .footer-bottom-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}